(mac-apple-event-map): Bind kHICommandAbout event to
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sun, 23 Dec 2007 05:59:35 +0000 (05:59 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sun, 23 Dec 2007 05:59:35 +0000 (05:59 +0000)
`about-emacs' instead of `display-splash-screen'.

lisp/term/mac-win.el

index 483e73464dc0dd5a6d6dd7626cc9edb7fa0c42b9..b147241b902fc581555bb99b9d74cd38b7edf5bb 100644 (file)
@@ -1777,7 +1777,7 @@ Currently the `mailto' scheme is supported."
 
 (define-key mac-apple-event-map [internet-event get-url] 'mac-ae-get-url)
 
-(define-key mac-apple-event-map [hi-command about] 'display-splash-screen)
+(define-key mac-apple-event-map [hi-command about] 'about-emacs)
 
 ;;; Converted Carbon Events
 (defun mac-handle-toolbar-switch-mode (event)